FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package fhir.r4.nhsengland.programme#0.2.1 (47 ms)

Package fhir.r4.nhsengland.programme
Type CapabilityStatement
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=fhir.r4.nhsengland.programme@0.2.1&canonical=https://fhir.nhs.uk/England/CapabilityStatement/England-PatientFlag-Server-Requirements
Url https://fhir.nhs.uk/England/CapabilityStatement/England-PatientFlag-Server-Requirements
Version 0.1.0
Status draft
Date 2024-09-16
Name EnglandPatientFlagServerRequirements
Title England Patient Flag Server Requirements
Experimental False
Realm us
Authority hl7
Description Requirements for NHS England PatientFlag FHIR API Implementation Guide
Purpose Requirements for NHS England PatientFlag FHIR API Implementation Guide, to specify the RESTFul interactions, supported profiles, and expected minimum SearchParamneters.
Copyright Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.
Kind requirements

Resources that use this resource

No resources found


Resources that this resource uses

No resources found



Source

{
  "resourceType" : "CapabilityStatement",
  "id" : "England-PatientFlag-Server-Requirements",
  "url" : "https://fhir.nhs.uk/England/CapabilityStatement/England-PatientFlag-Server-Requirements",
  "version" : "0.1.0",
  "name" : "EnglandPatientFlagServerRequirements",
  "title" : "England Patient Flag Server Requirements",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-09-16",
  "publisher" : "NHS England",
  "contact" : [
    {
      "name" : "NHS England",
      "telecom" : [
        {
          "system" : "email",
          "value" : "interoperabilityteam@nhs.net",
          "use" : "work",
          "rank" : 1
        }
      ]
    },
    {
      "name" : "National Service Desk",
      "telecom" : [
        {
          "system" : "email",
          "value" : "ssd.nationalservicedesk@nhs.net",
          "use" : "work"
        },
        {
          "system" : "phone",
          "value" : "0300 303 5035",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Requirements for NHS England PatientFlag FHIR API Implementation Guide",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "GB-ENG",
          "display" : "England"
        }
      ]
    }
  ],
  "purpose" : "Requirements for NHS England PatientFlag FHIR API Implementation Guide, to specify the RESTFul interactions, supported profiles, and expected minimum SearchParamneters.",
  "copyright" : "Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.",
  "kind" : "requirements",
  "implementation" : {
    "url" : "https://api.service.nhs.uk/patient-flags-api/FHIR/R4"
  },
  "fhirVersion" : "4.0.1",
  "format" : [
    "application/fhir+json"
  ],
  "implementationGuide" : [
    "https://simplifier.net/guide/patient-flag-implementation-guide-beta?version=current"
  ],
  "rest" : [
    {
      "mode" : "server",
      "security" : {
        "cors" : true,
        "description" : "1. app-restricted-signed-jwt\\r\\n\\r\\nAuthenticate your application by sending a signed JSON Web Token (JWT) to our OAuth 2.0 authorisation server. You provide us with your public key and sign the JWT with your private key. In return, we give you an access token, which you then include with each API request.\\r\\n\\r\\n2. user-restricted-nhs-cis2\\r\\n\\r\\nAuthentication and authorisation are done together. Authentication is done by NHS CIS2 Care Identity Authentication API but we co-ordinate that under the covers behind our OAuth2.0 authorisation server. Your application only needs to be registered with the API Platform, not NHS CIS2."
      },
      "resource" : [
        {
          "extension" : [
            {
              "extension" : [
                {
                  "url" : "required",
                  "valueString" : "patient"
                },
                {
                  "url" : "optional",
                  "valueString" : "code"
                }
              ],
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
            }
          ],
          "type" : "Flag",
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
                }
              ],
              "code" : "read"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
                }
              ],
              "code" : "update"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
                }
              ],
              "code" : "delete"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
                }
              ],
              "code" : "search-type",
              "documentation" : "Search%2FRead%20all%20top-level%20patient%20flags%20associated%20with%20a%20patient%5Cr%5CnGET%20~%2FFlag%3Fpatient%3D%5BPatient%23%5D%5Cr%5Cnreturn%3A%20searchset%20bundle%20of%20top-level%20patientflags%5Cr%5CnSearchParameter%3A%20%5BPatient%5D"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
                }
              ],
              "code" : "search-type",
              "documentation" : "Search%2FRead%20for%20a%20specific%20type%20of%20patient%20flag%20and%20supporting%20resources%20associated%20with%20a%20patient%5Cr%5CnGET%20~%2FFlag%3Fpatient%3D%5BPatient%23%5D%26code%3D%5BFlagType%5D%5Cr%5Cnreturn%3A%20searchset%20bundle%20of%20Flag%20resources%20of%20type%20%5BFlagType%5D%20and%20any%20supporting%20resources%5Cr%5CnSearchParameter%3A%20combo%20%5BPatient%5D%20%26%26%20%5BFlagType%5D%0D%0A"
            }
          ],
          "versioning" : "no-version",
          "readHistory" : false,
          "updateCreate" : false,
          "conditionalCreate" : false,
          "conditionalRead" : "not-supported",
          "conditionalUpdate" : false,
          "conditionalDelete" : "not-supported",
          "searchParam" : [
            {
              "name" : "patient",
              "type" : "token"
            },
            {
              "name" : "code",
              "type" : "token"
            }
          ]
        },
        {
          "type" : "Condition",
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
                }
              ],
              "code" : "update"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
                }
              ],
              "code" : "delete"
            }
          ],
          "versioning" : "no-version",
          "readHistory" : false,
          "updateCreate" : false,
          "conditionalCreate" : false,
          "conditionalRead" : "not-supported",
          "conditionalUpdate" : false,
          "conditionalDelete" : "not-supported"
        }
      ],
      "interaction" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "SHALL"
            }
          ],
          "code" : "transaction",
          "documentation" : "Transaction handler for transaction bundles supplying sequence of atomic FHIR ReST resource interactions, fulfilled as per %2FCapabilityStatement%2Fimplementation%2Frest%2Fresource%2Finteraction definitions above"
        }
      ]
    }
  ],
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.